| 2021-10-27 |
tsteven4 | update Qt6 builds to 6.2.1 (#747) |
commit | commitdiff | tree | snapshot |
| 2021-10-26 |
tsteven4 | Add support for Qt6. (#739) |
commit | commitdiff | tree | snapshot |
| 2021-10-26 |
tsteven4 | update fedora images dropping libusb versions before... |
commit | commitdiff | tree | snapshot |
| 2021-10-25 |
tsteven4 | update included libusb for mac to 1.0.24 (#744) |
commit | commitdiff | tree | snapshot |
| 2021-10-25 |
tsteven4 | replace the last uses of QRegExp. (#743) |
commit | commitdiff | tree | snapshot |
| 2021-10-23 |
tsteven4 | update packages names in doc. (#745) |
commit | commitdiff | tree | snapshot |
| 2021-10-23 |
tsteven4 | update document. (#741) |
commit | commitdiff | tree | snapshot |
| 2021-10-20 |
tsteven4 | obfuscate map key (#740) |
commit | commitdiff | tree | snapshot |
| 2021-10-15 |
tsteven4 | fix an out of bounds access to a QString in tpo. (... |
commit | commitdiff | tree | snapshot |
| 2021-10-14 |
tsteven4 | try harder to fix contious release tags. (#737) |
commit | commitdiff | tree | snapshot |
| 2021-10-14 |
tsteven4 | fix sha on continous releases from github. (#736) |
commit | commitdiff | tree | snapshot |
| 2021-10-14 |
tsteven4 | Merge pull request #735 from tsteven4/pr643fixestry2 |
commit | commitdiff | tree | snapshot |
| 2021-10-14 |
tsteven4 | use constexpr for debug code in tpo. |
commit | commitdiff | tree | snapshot |
| 2021-10-14 |
tsteven4 | run astyle on tpo.cc |
commit | commitdiff | tree | snapshot |
| 2021-10-14 |
tsteven4 | fix codacy flagged %d in format string mismatch. |
commit | commitdiff | tree | snapshot |
| 2021-10-13 |
SRE-babel | Update tpo.cc (#643) |
commit | commitdiff | tree | snapshot |
| 2021-10-13 |
tsteven4 | don't set gpsbabel::XmlStreamWriter codec in mapfactor... |
commit | commitdiff | tree | snapshot |
| 2021-10-12 |
tsteven4 | Merge pull request #732 from tsteven4/qtprep103 |
commit | commitdiff | tree | snapshot |
| 2021-10-12 |
tsteven4 | avoid std::min with QString::size |
commit | commitdiff | tree | snapshot |
| 2021-10-12 |
tsteven4 | don't include QCharRef. |
commit | commitdiff | tree | snapshot |
| 2021-10-12 |
tsteven4 | Merge pull request #731 from tsteven4/qt6prep102 |
commit | commitdiff | tree | snapshot |
| 2021-10-12 |
tsteven4 | don't include QByteRef. |
commit | commitdiff | tree | snapshot |
| 2021-10-12 |
tsteven4 | don't include QCharRef. |
commit | commitdiff | tree | snapshot |
| 2021-10-12 |
tsteven4 | don't include QStaticStringData. |
commit | commitdiff | tree | snapshot |
| 2021-10-12 |
tsteven4 | Merge pull request #730 from tsteven4/qt6prep101 |
commit | commitdiff | tree | snapshot |
| 2021-10-12 |
tsteven4 | accomodate the deletion of QDateTime::toTime_t in Qt6. |
commit | commitdiff | tree | snapshot |
| 2021-10-12 |
tsteven4 | don't include QStaticStringData. |
commit | commitdiff | tree | snapshot |
| 2021-10-12 |
tsteven4 | avoid std::min with QString::size, which |
commit | commitdiff | tree | snapshot |
| 2021-10-10 |
tsteven4 | migrate from QRegExp to QRegularExpression. (#729) |
commit | commitdiff | tree | snapshot |
| 2021-10-04 |
tsteven4 | compatible fixes for qt6 warnings and conflicts. (... |
commit | commitdiff | tree | snapshot |
| 2021-10-04 |
tsteven4 | Don't use Qt module names in include directives. (... |
commit | commitdiff | tree | snapshot |
| 2021-09-29 |
tsteven4 | more qstringview work for qt6. (#726) |
commit | commitdiff | tree | snapshot |
| 2021-09-28 |
tsteven4 | update gui/gpx.cc to use QStringView for Qt6. (#725) |
commit | commitdiff | tree | snapshot |
| 2021-09-27 |
tsteven4 | pass QStringViews by value, not const reference. (... |
commit | commitdiff | tree | snapshot |
| 2021-09-27 |
tsteven4 | fixes for #722, Mechanically remove QStringRef use... |
commit | commitdiff | tree | snapshot |
| 2021-09-22 |
GPSBabel | Mechanically remove QStringRef use for QStringView... |
commit | commitdiff | tree | snapshot |
| 2021-09-20 |
tsteven4 | don't limit simplify count maximum in GUI (#721) |
commit | commitdiff | tree | snapshot |
| 2021-09-13 |
Robert Lipe | Remove Bushnell and Bushnell_trl formats. |
commit | commitdiff | tree | snapshot |
| 2021-05-19 |
tsteven4 | fix map preview bug that dropped tracks with 2 pts... |
commit | commitdiff | tree | snapshot |
| 2021-05-09 |
tsteven4 | add fedora 34 to CI (#713) |
commit | commitdiff | tree | snapshot |
| 2021-04-17 |
Robert Lipe | Minorfixes to "new" gtm_stringread() functions to elimi... |
commit | commitdiff | tree | snapshot |
| 2021-04-15 |
Robert Lipe | Merge pull request #664 from GPSBabel/reaper |
commit | commitdiff | tree | snapshot |
| 2021-04-13 |
tsteven4 | restore lost format options when using positional param... |
commit | commitdiff | tree | snapshot |
| 2021-03-29 |
tsteven4 | Merge pull request #707 from GPSBabel/pvs |
commit | commitdiff | tree | snapshot |
| 2021-03-29 |
Robert Lipe | Bring back some of the files I nuked and move them... |
commit | commitdiff | tree | snapshot |
| 2021-03-24 |
tsteven4 | fix some format mismatches found by PVS-Studio |
commit | commitdiff | tree | snapshot |
| 2021-03-23 |
tsteven4 | fix erroneous Qt translation caught by PVS studio. |
commit | commitdiff | tree | snapshot |
| 2021-03-23 |
tsteven4 | fix sequence related undefined behavior found by PVS... |
commit | commitdiff | tree | snapshot |
| 2021-03-23 |
tsteven4 | pvs fix |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
tsteven4 | fix another pvs warning |
commit | commitdiff | tree | snapshot |
| 2021-03-20 |
tsteven4 | fix ancient memory leak in filter_vecs. (#706) |
commit | commitdiff | tree | snapshot |
| 2021-03-19 |
tsteven4 | another pvs studio find |
commit | commitdiff | tree | snapshot |
| 2021-03-19 |
tsteven4 | PVS Studio kills an old bug. |
commit | commitdiff | tree | snapshot |
| 2021-03-15 |
tsteven4 | make some Qt containers const. (#705) |
commit | commitdiff | tree | snapshot |
| 2021-03-15 |
tsteven4 | fix Qt6 deprecation warning in mapbar_track. (#703) |
commit | commitdiff | tree | snapshot |
| 2021-03-15 |
tsteven4 | fix Wmissing-field-initializers. (#704) |
commit | commitdiff | tree | snapshot |
| 2021-03-11 |
tsteven4 | use default parameter instead of QString::KeepEmptyPart... |
commit | commitdiff | tree | snapshot |
| 2021-03-08 |
Andreas Vögele | Parse empty gx:coord elements in KML reader (#701) |
commit | commitdiff | tree | snapshot |
| 2021-03-04 |
tsteven4 | modernize nmea reader (#700) |
commit | commitdiff | tree | snapshot |
| 2021-03-03 |
tsteven4 | use object tree to cleanup UpgradeCheck, UpgradeCheck... |
commit | commitdiff | tree | snapshot |
| 2021-03-03 |
tsteven4 | Introduce RunMachine to manage gpsbabel process. (... |
commit | commitdiff | tree | snapshot |
| 2021-02-14 |
tsteven4 | fix gui usage of duplicate filter. (#695) |
commit | commitdiff | tree | snapshot |
| 2021-02-13 |
tsteven4 | remove a few old kludges that are no longer needed... |
commit | commitdiff | tree | snapshot |
| 2021-02-10 |
tsteven4 | update readme.md with current continuous integration... |
commit | commitdiff | tree | snapshot |
| 2021-02-10 |
tsteven4 | remove leftover includes from autotools (#689) |
commit | commitdiff | tree | snapshot |
| 2021-02-10 |
tsteven4 | make src/core and jeeps includes relative to top cli... |
commit | commitdiff | tree | snapshot |
| 2021-02-07 |
tsteven4 | prefer implicitly-defined dtors instead of user dtors... |
commit | commitdiff | tree | snapshot |
| 2021-02-06 |
tsteven4 | cleanup FormatLoad class header file. (#684) |
commit | commitdiff | tree | snapshot |
| 2021-02-06 |
tsteven4 | further cleanups for Format class header. (#683) |
commit | commitdiff | tree | snapshot |
| 2021-02-06 |
tsteven4 | use new style connect, i.e. function pointers (#682) |
commit | commitdiff | tree | snapshot |
| 2021-02-05 |
tsteven4 | drop support for QtWebKit. (#680) |
commit | commitdiff | tree | snapshot |
| 2021-02-05 |
tsteven4 | delete FAKE_LANGUAGE_MENU code. (#681) |
commit | commitdiff | tree | snapshot |
| 2021-02-04 |
tsteven4 | replace obsolete and overloaded QProcess signal error... |
commit | commitdiff | tree | snapshot |
| 2021-02-02 |
tsteven4 | fix deprecated-copy waring. (#675) |
commit | commitdiff | tree | snapshot |
| 2021-02-01 |
tsteven4 | refactoring for cppcheck "The scope of the variable... |
commit | commitdiff | tree | snapshot |
| 2021-01-31 |
tsteven4 | Merge pull request #676 from tsteven4/moretidy |
commit | commitdiff | tree | snapshot |
| 2021-01-30 |
tsteven4 | qt6 compatibility changes. (#674) |
commit | commitdiff | tree | snapshot |
| 2021-01-30 |
tsteven4 | tidy additional readability-convert-member-functions... |
commit | commitdiff | tree | snapshot |
| 2021-01-29 |
tsteven4 | tidy modernize-use-auto |
commit | commitdiff | tree | snapshot |
| 2021-01-29 |
tsteven4 | tidy modernize-deprecated-headers |
commit | commitdiff | tree | snapshot |
| 2021-01-28 |
tsteven4 | Merge pull request #673 from tsteven4/tidyupagain |
commit | commitdiff | tree | snapshot |
| 2021-01-28 |
tsteven4 | tidy readability-qualified-auto |
commit | commitdiff | tree | snapshot |
| 2021-01-28 |
tsteven4 | tidy readability-const-return-type |
commit | commitdiff | tree | snapshot |
| 2021-01-28 |
tsteven4 | tidy readability-convert-member-functions-to-static |
commit | commitdiff | tree | snapshot |
| 2021-01-27 |
tsteven4 | trust Qt to strip out characters illegal in xml. (... |
commit | commitdiff | tree | snapshot |
| 2021-01-27 |
tsteven4 | clang tidy readability-make-member-function-const |
commit | commitdiff | tree | snapshot |
| 2021-01-27 |
tsteven4 | Update standards to c++17, Qt >= 5.12, MSVC >= 2017... |
commit | commitdiff | tree | snapshot |
| 2021-01-26 |
tsteven4 | cleanup CMakeLists.txt a bit. (#669) |
commit | commitdiff | tree | snapshot |
| 2021-01-26 |
tsteven4 | fix some codeql warnings. (#663) |
commit | commitdiff | tree | snapshot |
| 2021-01-26 |
tsteven4 | add github actions for CI. (#662) |
commit | commitdiff | tree | snapshot |
| 2021-01-23 |
tsteven4 | catch windows installer up with renamed vc redistributa... |
commit | commitdiff | tree | snapshot |
| 2021-01-20 |
tsteven4 | catch cmake up (#666) |
commit | commitdiff | tree | snapshot |
| 2021-01-14 |
Robert Lipe | Remove dead formats: alan, an1, netstumbler, naviguide. |
commit | commitdiff | tree | snapshot |
| 2020-12-31 |
tsteven4 | Merge pull request #660 from gpsbabel/win64_only |
commit | commitdiff | tree | snapshot |
| 2020-12-30 |
Robert Lipe | Merge pull request #658 from gpsbabel/date_demo |
commit | commitdiff | tree | snapshot |
| 2020-12-29 |
Robert Lipe | Merge pull request #657 from gpsbabel/improve-errors |
commit | commitdiff | tree | snapshot |
| 2020-12-29 |
tsteven4 | turn off selected msvc warnings for c compiler. |
commit | commitdiff | tree | snapshot |
| 2020-12-29 |
tsteven4 | switch windows release build from 32 bit to 64 bit... |
commit | commitdiff | tree | snapshot |
| 2020-12-27 |
Robert Lipe | Modernize time handling in compegps, globalsat, hiketec... |
commit | commitdiff | tree | snapshot |
| 2020-12-27 |
Robert Lipe | Unfix warning in util.cc since it breaks builds |
commit | commitdiff | tree | snapshot |
| next |